]>
dgit.raspbian.org Git - pyside6.git/log
Stuart Prescott [Sun, 29 Mar 2026 02:21:51 +0000 (13:21 +1100)]
Declare fast forward from 6.10.2-4
[dgit --quilt=gbp --overwrite]
Stuart Prescott [Sat, 28 Mar 2026 06:10:38 +0000 (17:10 +1100)]
Use correct Python module paths in cmake files
Gbp-Pq: Name 0011-Use-correct-Python-module-paths-in-cmake-files.patch
Stuart Prescott [Tue, 18 Feb 2025 13:32:42 +0000 (00:32 +1100)]
Remove dependency from shiboken6_generator
Breaks dh_python3 dependency calculation
Gbp-Pq: Name 0010-Remove-dependency-from-shiboken6_generator.patch
Stuart Prescott [Mon, 17 Feb 2025 13:50:57 +0000 (00:50 +1100)]
Fix python module paths in CMake
Gbp-Pq: Name 0009-Fix-python-module-paths-in-CMake.patch
Stuart Prescott [Mon, 14 Oct 2024 01:45:22 +0000 (12:45 +1100)]
XFAIL QtQml::qquickitem_grabToImage
Failure seen on mips64el
Gbp-Pq: Name 0008-XFAIL-QtQml-qquickitem_grabToImage.patch
Stuart Prescott [Mon, 14 Oct 2024 01:39:53 +0000 (12:39 +1100)]
XFAIL smart::smart_pointer
Failure seen on armel
Gbp-Pq: Name 0007-XFAIL-smart-smart_pointer.patch
Stuart Prescott [Sun, 6 Oct 2024 08:46:11 +0000 (19:46 +1100)]
XFAIL a new test failure with 6.7.2
Tests are substantially changed in new release; library not
being found in multi-arch paths
Gbp-Pq: Name 0006-XFAIL-a-new-test-failure-with-6.7.2.patch
Stuart Prescott [Mon, 9 Sep 2024 20:34:52 +0000 (06:34 +1000)]
Mark arm64 test failures as xfail temporarily
Try to at least get a package built to be able to debug the failure
Gbp-Pq: Name 0005-Mark-arm64-test-failures-as-xfail-temporarily.patch
Stuart Prescott [Sat, 15 Feb 2025 14:27:09 +0000 (01:27 +1100)]
Fix numpy header detection
Existing code makes assumptions about site-packages/dist-packages
and fails to find the headers; numpy has an explicit function for this
Gbp-Pq: Name 0004-Fix-numpy-header-detection.patch
Stuart Prescott [Fri, 3 May 2024 06:50:13 +0000 (16:50 +1000)]
Add failing tests to blacklist
Tests are still run but will fail. They are run multiple times to see if
they still fail - it would be better to just skip them.
It is not yet clear whether these failures are important.
Gbp-Pq: Name 0003-Add-failing-tests-to-blacklist.patch
Stuart Prescott [Fri, 3 May 2024 06:48:49 +0000 (16:48 +1000)]
Fix missing subparser in test harness
Not needed in the build but needed for debugging the test harness...
Gbp-Pq: Name 0002-Fix-missing-subparser-in-test-harness.patch
Dmitry Shachnev [Sun, 14 Nov 2021 18:08:50 +0000 (21:08 +0300)]
Find the build directory matching the current interpreter
This is needed to allow us to run tests with all supported Python versions.
Without this patch, the latest build directory will be always picked, no
matter what the current interpreter is.
Gbp-Pq: Name 0001-test-with-current-interpreter.patch
Stuart Prescott [Sun, 29 Mar 2026 02:22:03 +0000 (13:22 +1100)]
Add changelog for upload
Stuart Prescott [Sat, 28 Mar 2026 06:12:32 +0000 (17:12 +1100)]
Add patch to correct Python module paths in cmake files
Stuart Prescott [Sat, 28 Mar 2026 06:08:44 +0000 (17:08 +1100)]
Improve path fixing in cmake files via d/set-paths
Re-look at all these substitutions, hopefully now getting them all correct.
Closes: #1131536
Stuart Prescott [Sat, 28 Mar 2026 05:33:23 +0000 (16:33 +1100)]
Enable new tests
Stuart Prescott [Sat, 28 Mar 2026 05:24:42 +0000 (16:24 +1100)]
Add tests that show and test include paths
Checking for #
1131536
Stuart Prescott [Sat, 28 Mar 2026 05:18:34 +0000 (16:18 +1100)]
Add additional lintian override for examples
Stuart Prescott [Sat, 28 Mar 2026 05:18:12 +0000 (16:18 +1100)]
Remove nocheck annotation on xauth xvfb used to build docs
Closes: #1131974
Stuart Prescott [Sun, 22 Mar 2026 01:14:31 +0000 (12:14 +1100)]
Add changelog for upload
Stuart Prescott [Sun, 22 Mar 2026 01:14:04 +0000 (12:14 +1100)]
Declare fast forward from 6.9.2-2
[dgit --quilt=gbp --overwrite]
Stuart Prescott [Tue, 18 Feb 2025 13:32:42 +0000 (00:32 +1100)]
Remove dependency from shiboken6_generator
Breaks dh_python3 dependency calculation
Gbp-Pq: Name 0010-Remove-dependency-from-shiboken6_generator.patch
Stuart Prescott [Mon, 17 Feb 2025 13:50:57 +0000 (00:50 +1100)]
Fix python module paths in CMake
Gbp-Pq: Name 0009-Fix-python-module-paths-in-CMake.patch
Stuart Prescott [Mon, 14 Oct 2024 01:45:22 +0000 (12:45 +1100)]
XFAIL QtQml::qquickitem_grabToImage
Failure seen on mips64el
Gbp-Pq: Name 0008-XFAIL-QtQml-qquickitem_grabToImage.patch
Stuart Prescott [Mon, 14 Oct 2024 01:39:53 +0000 (12:39 +1100)]
XFAIL smart::smart_pointer
Failure seen on armel
Gbp-Pq: Name 0007-XFAIL-smart-smart_pointer.patch
Stuart Prescott [Sun, 6 Oct 2024 08:46:11 +0000 (19:46 +1100)]
XFAIL a new test failure with 6.7.2
Tests are substantially changed in new release; library not
being found in multi-arch paths
Gbp-Pq: Name 0006-XFAIL-a-new-test-failure-with-6.7.2.patch
Stuart Prescott [Mon, 9 Sep 2024 20:34:52 +0000 (06:34 +1000)]
Mark arm64 test failures as xfail temporarily
Try to at least get a package built to be able to debug the failure
Gbp-Pq: Name 0005-Mark-arm64-test-failures-as-xfail-temporarily.patch
Stuart Prescott [Sat, 15 Feb 2025 14:27:09 +0000 (01:27 +1100)]
Fix numpy header detection
Existing code makes assumptions about site-packages/dist-packages
and fails to find the headers; numpy has an explicit function for this
Gbp-Pq: Name 0004-Fix-numpy-header-detection.patch
Stuart Prescott [Fri, 3 May 2024 06:50:13 +0000 (16:50 +1000)]
Add failing tests to blacklist
Tests are still run but will fail. They are run multiple times to see if
they still fail - it would be better to just skip them.
It is not yet clear whether these failures are important.
Gbp-Pq: Name 0003-Add-failing-tests-to-blacklist.patch
Stuart Prescott [Fri, 3 May 2024 06:48:49 +0000 (16:48 +1000)]
Fix missing subparser in test harness
Not needed in the build but needed for debugging the test harness...
Gbp-Pq: Name 0002-Fix-missing-subparser-in-test-harness.patch
Dmitry Shachnev [Sun, 14 Nov 2021 18:08:50 +0000 (21:08 +0300)]
Find the build directory matching the current interpreter
This is needed to allow us to run tests with all supported Python versions.
Without this patch, the latest build directory will be always picked, no
matter what the current interpreter is.
Gbp-Pq: Name 0001-test-with-current-interpreter.patch
Stuart Prescott [Sun, 15 Mar 2026 00:48:08 +0000 (11:48 +1100)]
Add changelog for upload
Stuart Prescott [Sun, 15 Mar 2026 00:46:51 +0000 (11:46 +1100)]
Regenerate test suite
Stuart Prescott [Sun, 15 Mar 2026 00:44:30 +0000 (11:44 +1100)]
Expand autopkgtests to include all supported interpreters
Stuart Prescott [Sun, 15 Mar 2026 00:43:54 +0000 (11:43 +1100)]
Fix paths for not-installed libraries
Fixes FTBFS with Python 3.14
Closes: #1130345
With thanks to Graham Inggs for the report and patch.
Stuart Prescott [Mon, 16 Feb 2026 11:03:06 +0000 (22:03 +1100)]
Add changelog for upload
Stuart Prescott [Mon, 16 Feb 2026 11:02:20 +0000 (22:02 +1100)]
Remove all __pycache__ cleanly to prevent ftbfs
Stuart Prescott [Mon, 16 Feb 2026 07:55:37 +0000 (18:55 +1100)]
Add changelog for upload
Stuart Prescott [Mon, 16 Feb 2026 07:54:52 +0000 (18:54 +1100)]
Add some help2man for man pages
Stuart Prescott [Mon, 16 Feb 2026 07:54:26 +0000 (18:54 +1100)]
Add compat symlinks for tools in libexec
Closes: #1114822
Stuart Prescott [Mon, 16 Feb 2026 07:53:40 +0000 (18:53 +1100)]
Drop PySide6Qml cmake rewrites (dropped upstream)
Stuart Prescott [Mon, 16 Feb 2026 07:53:10 +0000 (18:53 +1100)]
Improve CURDIR usage in d/rules
Stuart Prescott [Fri, 13 Feb 2026 02:28:09 +0000 (13:28 +1100)]
Remove extra copies of includes from package splitting
Stuart Prescott [Fri, 13 Feb 2026 02:27:42 +0000 (13:27 +1100)]
Update paths for include files
Stuart Prescott [Fri, 13 Feb 2026 00:46:30 +0000 (11:46 +1100)]
Update lintian-overrides
Stuart Prescott [Fri, 13 Feb 2026 00:45:44 +0000 (11:45 +1100)]
Update d/copyright for new release
Stuart Prescott [Fri, 13 Feb 2026 00:45:21 +0000 (11:45 +1100)]
Update build-deps for new release
Stuart Prescott [Fri, 13 Feb 2026 00:45:04 +0000 (11:45 +1100)]
Minor updates for helper scripts
Stuart Prescott [Tue, 10 Feb 2026 06:19:53 +0000 (17:19 +1100)]
Rebase patches to new upstream
Stuart Prescott [Tue, 10 Feb 2026 06:15:30 +0000 (17:15 +1100)]
Drop unneeded Priority:optional
Stuart Prescott [Tue, 10 Feb 2026 06:15:11 +0000 (17:15 +1100)]
Drop unneeded R3:no
Stuart Prescott [Tue, 10 Feb 2026 06:14:49 +0000 (17:14 +1100)]
Update S-V to 4.7.3 (no changes)
Stuart Prescott [Tue, 10 Feb 2026 06:14:29 +0000 (17:14 +1100)]
Update packaging from 6.9 to 6.10
Stuart Prescott [Tue, 10 Feb 2026 06:10:36 +0000 (17:10 +1100)]
Update upstream source from tag 'upstream/6.10.2'
Update to upstream version '6.10.2'
with Debian dir
afb7fac3245f0b8bec1d4ad8b3f7a8a7f886b85f
Stuart Prescott [Tue, 10 Feb 2026 06:10:18 +0000 (17:10 +1100)]
New upstream version 6.10.2
Stuart Prescott [Tue, 10 Feb 2026 06:09:47 +0000 (17:09 +1100)]
Update to watch v5, targeting 6.10 releases
Stuart Prescott [Tue, 23 Sep 2025 00:20:10 +0000 (10:20 +1000)]
Add changelog for upload
Stuart Prescott [Tue, 23 Sep 2025 00:19:51 +0000 (10:19 +1000)]
Declare fast forward from 6.8.2.1-4
[dgit --quilt=gbp --overwrite]
Stuart Prescott [Mon, 17 Feb 2025 13:50:57 +0000 (00:50 +1100)]
Fix python module paths in CMake
Gbp-Pq: Name 0010-Fix-python-module-paths-in-CMake.patch
Stuart Prescott [Mon, 14 Oct 2024 01:45:22 +0000 (12:45 +1100)]
XFAIL QtQml::qquickitem_grabToImage
Failure seen on mips64el
Gbp-Pq: Name 0009-XFAIL-QtQml-qquickitem_grabToImage.patch
Stuart Prescott [Mon, 14 Oct 2024 01:39:53 +0000 (12:39 +1100)]
XFAIL smart::smart_pointer
Failure seen on armel
Gbp-Pq: Name 0008-XFAIL-smart-smart_pointer.patch
Stuart Prescott [Sun, 6 Oct 2024 08:46:11 +0000 (19:46 +1100)]
XFAIL a new test failure with 6.7.2
Tests are substantially changed in new release; library not
being found in multi-arch paths
Gbp-Pq: Name 0007-XFAIL-a-new-test-failure-with-6.7.2.patch
Stuart Prescott [Mon, 9 Sep 2024 20:34:52 +0000 (06:34 +1000)]
Mark arm64 test failures as xfail temporarily
Try to at least get a package built to be able to debug the failure
Gbp-Pq: Name 0006-Mark-arm64-test-failures-as-xfail-temporarily.patch
Stuart Prescott [Sat, 15 Feb 2025 14:27:09 +0000 (01:27 +1100)]
Fix numpy header detection
Existing code makes assumptions about site-packages/dist-packages
and fails to find the headers; numpy has an explicit function for this
Gbp-Pq: Name 0005-Fix-numpy-header-detection.patch
Stuart Prescott [Fri, 3 May 2024 06:50:13 +0000 (16:50 +1000)]
Add failing tests to blacklist
Tests are still run but will fail. They are run multiple times to see if
they still fail - it would be better to just skip them.
It is not yet clear whether these failures are important.
Gbp-Pq: Name 0004-Add-failing-tests-to-blacklist.patch
Stuart Prescott [Fri, 3 May 2024 06:48:49 +0000 (16:48 +1000)]
Fix missing subparser in test harness
Not needed in the build but needed for debugging the test harness...
Gbp-Pq: Name 0003-Fix-missing-subparser-in-test-harness.patch
Debian Qt/KDE Maintainers [Fri, 3 May 2024 06:47:57 +0000 (16:47 +1000)]
disable-qtexampleicons
Gbp-Pq: Name 0002-disable-qtexampleicons.patch
Dmitry Shachnev [Sun, 14 Nov 2021 18:08:50 +0000 (21:08 +0300)]
Find the build directory matching the current interpreter
This is needed to allow us to run tests with all supported Python versions.
Without this patch, the latest build directory will be always picked, no
matter what the current interpreter is.
Gbp-Pq: Name 0001-test-with-current-interpreter.patch
Stuart Prescott [Tue, 2 Sep 2025 18:13:02 +0000 (04:13 +1000)]
Add changelog for upload
Stuart Prescott [Tue, 2 Sep 2025 19:56:08 +0000 (05:56 +1000)]
Update S-V to 4.7.2 (no changes)
Stuart Prescott [Tue, 2 Sep 2025 18:12:24 +0000 (04:12 +1000)]
Update copyright info
Stuart Prescott [Tue, 2 Sep 2025 17:41:33 +0000 (03:41 +1000)]
Drop no-longer-needed lintian override on Qt licence text
Stuart Prescott [Tue, 2 Sep 2025 17:41:10 +0000 (03:41 +1000)]
Fix FSF address complaints from lintian
Stuart Prescott [Tue, 2 Sep 2025 17:40:53 +0000 (03:40 +1000)]
Update build dependencies
Stuart Prescott [Sun, 31 Aug 2025 20:32:11 +0000 (06:32 +1000)]
Update package names from 6.8 to 6.9
Stuart Prescott [Sun, 31 Aug 2025 19:54:56 +0000 (05:54 +1000)]
Update upstream source from tag 'upstream/6.9.2'
Update to upstream version '6.9.2'
with Debian dir
6bb4a5833969ed6478765126c47e772e497c76f2
Stuart Prescott [Sun, 31 Aug 2025 19:54:41 +0000 (05:54 +1000)]
New upstream version 6.9.2
Stuart Prescott [Sun, 31 Aug 2025 18:44:33 +0000 (04:44 +1000)]
Look for Qt 6.9 versions
Stuart Prescott [Wed, 7 May 2025 13:59:31 +0000 (23:59 +1000)]
Add changelog for upload
Stuart Prescott [Mon, 17 Feb 2025 13:50:57 +0000 (00:50 +1100)]
Fix python module paths in CMake
Gbp-Pq: Name 0010-Fix-python-module-paths-in-CMake.patch
Stuart Prescott [Mon, 14 Oct 2024 01:45:22 +0000 (12:45 +1100)]
XFAIL QtQml::qquickitem_grabToImage
Failure seen on mips64el
Gbp-Pq: Name 0009-XFAIL-QtQml-qquickitem_grabToImage.patch
Stuart Prescott [Mon, 14 Oct 2024 01:39:53 +0000 (12:39 +1100)]
XFAIL smart::smart_pointer
Failure seen on armel
Gbp-Pq: Name 0008-XFAIL-smart-smart_pointer.patch
Stuart Prescott [Sun, 6 Oct 2024 08:46:11 +0000 (19:46 +1100)]
XFAIL a new test failure with 6.7.2
Tests are substantially changed in new release; library not
being found in multi-arch paths
Gbp-Pq: Name 0007-XFAIL-a-new-test-failure-with-6.7.2.patch
Stuart Prescott [Mon, 9 Sep 2024 20:34:52 +0000 (06:34 +1000)]
Mark arm64 test failures as xfail temporarily
Try to at least get a package built to be able to debug the failure
Gbp-Pq: Name 0006-Mark-arm64-test-failures-as-xfail-temporarily.patch
Stuart Prescott [Sat, 15 Feb 2025 14:27:09 +0000 (01:27 +1100)]
Fix numpy header detection
Existing code makes assumptions about site-packages/dist-packages
and fails to find the headers; numpy has an explicit function for this
Gbp-Pq: Name 0005-Fix-numpy-header-detection.patch
Stuart Prescott [Fri, 3 May 2024 06:50:13 +0000 (16:50 +1000)]
Add failing tests to blacklist
Tests are still run but will fail. They are run multiple times to see if
they still fail - it would be better to just skip them.
It is not yet clear whether these failures are important.
Gbp-Pq: Name 0004-Add-failing-tests-to-blacklist.patch
Stuart Prescott [Fri, 3 May 2024 06:48:49 +0000 (16:48 +1000)]
Fix missing subparser in test harness
Not needed in the build but needed for debugging the test harness...
Gbp-Pq: Name 0003-Fix-missing-subparser-in-test-harness.patch
Debian Qt/KDE Maintainers [Fri, 3 May 2024 06:47:57 +0000 (16:47 +1000)]
disable-qtexampleicons
Gbp-Pq: Name 0002-disable-qtexampleicons.patch
Dmitry Shachnev [Sun, 14 Nov 2021 18:08:50 +0000 (21:08 +0300)]
Find the build directory matching the current interpreter
This is needed to allow us to run tests with all supported Python versions.
Without this patch, the latest build directory will be always picked, no
matter what the current interpreter is.
Gbp-Pq: Name 0001-test-with-current-interpreter.patch
Stuart Prescott [Wed, 7 May 2025 13:59:19 +0000 (23:59 +1000)]
pyside6 (6.8.2.1-4) unstable; urgency=medium
* Fix paths set in Shiboken6Tools cmake files, with thanks to Sophie Brun
for the bug report and solution (Closes: #
1104849 ).
[dgit import unpatched pyside6 6.8.2.1-4]
Stuart Prescott [Wed, 7 May 2025 13:59:19 +0000 (23:59 +1000)]
Import pyside6_6.8.2.1-4.debian.tar.xz
[dgit import tarball pyside6 6.8.2.1-4 pyside6_6.8.2.1-4.debian.tar.xz]
Stuart Prescott [Wed, 7 May 2025 13:59:13 +0000 (23:59 +1000)]
Fix paths set in Shiboken6Tools cmake files
Mangle paths in the Shiboken6Tools cmake files a well as the Shiboken6 ones.
With thanks to Sophie Brun for the bug report and solution.
Closes: #1104849
Stuart Prescott [Sat, 8 Mar 2025 05:09:10 +0000 (16:09 +1100)]
Add changelog for upload
Stuart Prescott [Sat, 8 Mar 2025 05:08:50 +0000 (16:08 +1100)]
Add pydist files to stub out modules from automatic dependency generation
Stuart Prescott [Sun, 2 Mar 2025 12:36:07 +0000 (23:36 +1100)]
Add changelog for upload
Stuart Prescott [Sun, 2 Mar 2025 13:01:49 +0000 (00:01 +1100)]
Add an additional missing depends
Stuart Prescott [Sun, 2 Mar 2025 04:31:20 +0000 (15:31 +1100)]
Fix d/t/control generated syntax
Stuart Prescott [Sun, 2 Mar 2025 04:30:39 +0000 (15:30 +1100)]
Fix d/t/control.gen for dash
Stuart Prescott [Sun, 2 Mar 2025 01:08:02 +0000 (12:08 +1100)]
Allow a specified version in check-build-logs
Stuart Prescott [Sun, 2 Mar 2025 01:03:47 +0000 (12:03 +1100)]
Add extra autopkgtests for new binary packages